
In object-oriented programming with classes, a class variable is a variable defined in a class (i.e. a member variable) of which a single copy exists, regardless of how many instances of the class exist. A class variable is not an instance variable. It is a special type of class attribute (or class property, field, or data member). The same dichot...
Found on
http://en.wikipedia.org/wiki/Class_variable
No exact match found.